FromImage<TPixel>(Graphics, TextureScalingQuality, Image<TPixel>)

Method

Namespace: Imagini.ImageSharp

Declared in: Imagini.ImageSharp.TextureFactory


Creates a RGBA8888 surface from the specified Image object.

Syntax

public static Texture FromImage<TPixel>(
	Graphics graphics,
	TextureScalingQuality quality,
	Image<TPixel> image
)

Back to index